Click or drag to resize

ParameterListItem Property (String)

Gets the Parameter with the specified name.

Namespace:  Independentsoft.Email.Mime
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public Parameter this[
	string name
] { get; }

Parameters

name
Type: SystemString
The name.

Return Value

Type: Parameter
Parameter.
See Also